type crypto/tls.lruSessionCache

4 uses

	crypto/tls (current package)
		common.go#L1440: type lruSessionCache struct {
		common.go#L1462: 	return &lruSessionCache{
		common.go#L1471: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1504: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {